Skip to content

Conversation

dglowinski
Copy link
Collaborator

No description provided.

@@ -811,7 +811,7 @@ contract CoreAndPeriphery is BatchBuilder, SafeMultisendBuilder {
console.log("+ Deploying Swapper...");
Swap deployer = new Swap();
(peripheryAddresses.swapper, peripheryAddresses.swapVerifier) =
deployer.deploy(input.uniswapV2Router, input.uniswapV3Router);
deployer.deploy(coreAddresses.evc, input.permit2, input.uniswapV2Router, input.uniswapV3Router);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use coreAddresses.permit2 as it should be already defined here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants